home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / Dirty-Amp V 0.2.0.wal / xml / player-normal.xml < prev    next >
Encoding:
Text File  |  2002-01-23  |  8.7 KB  |  398 lines

  1.    <!-- Player:Standard mode -->
  2.  
  3. <groupdef id="drawer" background="option-drawer">
  4.  
  5.     <!-- the different eq switches -->
  6.  
  7.     <button
  8.       id="on"
  9.       action="EQ_TOGGLE"
  10.       x="14" y="89" w="29" h="14"
  11.       image="player.eq.switch.on.disabled"
  12.       downImage="player.eq.switch.on.pressed"
  13.       activeImage="player.eq.switch.on.enabled"
  14.       tooltip="Toggle EQ processing"
  15.     />
  16.     <button
  17.       id="on"
  18.       action="EQ_AUTO"
  19.       x="49" y="89" w="36" h="14"
  20.       image="player.eq.switch.auto.disabled"
  21.       downImage="player.eq.switch.auto.pressed"
  22.       activeImage="player.eq.switch.auto.enabled"
  23.       tooltip="Toggle EQ automatic processing"
  24.     />
  25.     <button
  26.       id="on"
  27.       action="MENU" param="presets"
  28.       x="91" y="89" w="52" h="14"
  29.       image="player.eq.button.presets"
  30.       downImage="player.eq.button.presets.pressed"
  31.       tooltip="Display Presets menu"
  32.     />
  33.  
  34.  
  35.     <layer x="11" y="43" image="eq.slider.bar"/>
  36.     
  37.      <slider
  38.       id="preamp"
  39.       action="EQ_PREAMP"
  40.       x="11" y="43"
  41.       w="5" h="42"
  42.       orientation="vertical"
  43.       thumb="eq.slider.button"
  44.       downThumb="eq.slider.button"
  45.     />
  46.     <layer x="38" y="41"/>
  47.     <slider
  48.       id="eq1"
  49.       action="EQ_BAND" param="1"
  50.       x="37" y="43"
  51.       w="5" h="42"
  52.       orientation="vertical"
  53.       thumb="eq.slider.button"
  54.     />
  55.  
  56.     <layer x="100" y="38"/>
  57.     <slider
  58.       id="eq2"
  59.       action="EQ_BAND" param="2"
  60.       x="48" y="43"
  61.       w="5" h="42"
  62.       orientation="vertical"
  63.       thumb="eq.slider.button"
  64.     />
  65.  
  66.     <layer x="118" y="38"/>
  67.     <slider
  68.       id="eq3"
  69.       action="EQ_BAND" param="3"
  70.       x="59" y="43"
  71.       w="5" h="42"
  72.       orientation="vertical"
  73.       thumb="eq.slider.button"
  74.     />
  75.  
  76.     <layer x="136" y="38"/>
  77.     <slider
  78.       id="eq4"
  79.       action="EQ_BAND" param="4"
  80.       x="70" y="43"
  81.       w="5" h="42"
  82.       orientation="vertical"
  83.       thumb="eq.slider.button"
  84.     />
  85.  
  86.     <layer x="154" y="38"/>
  87.     <slider
  88.       id="eq5"
  89.       action="EQ_BAND" param="5"
  90.       x="81" y="43"
  91.       w="5" h="42"
  92.       orientation="vertical"
  93.       thumb="eq.slider.button"
  94.     />
  95.  
  96.     <layer x="172" y="38"/>
  97.     <slider
  98.       id="eq6"
  99.       action="EQ_BAND" param="6"
  100.       x="92" y="43"
  101.       w="5" h="42"
  102.       orientation="vertical"
  103.       thumb="eq.slider.button"
  104.     />
  105.  
  106.     <layer x="190" y="38"/>
  107.     <slider
  108.       id="eq7"
  109.       action="EQ_BAND" param="7"
  110.       x="103" y="43"
  111.       w="5" h="42"
  112.       orientation="vertical"
  113.       thumb="eq.slider.button"
  114.     />
  115.  
  116.     <layer x="208" y="38"/>
  117.     <slider
  118.       id="eq8"
  119.       action="EQ_BAND" param="8"
  120.       x="114" y="43"
  121.       w="5" h="42"
  122.       orientation="vertical"
  123.       thumb="eq.slider.button"
  124.     />
  125.  
  126.     <layer x="226" y="38"/>
  127.     <slider
  128.       id="eq9"
  129.       action="EQ_BAND" param="9"
  130.       x="125" y="43"
  131.       w="5" h="42"
  132.       orientation="vertical"
  133.       thumb="eq.slider.button"
  134.     />
  135.  
  136.     <layer x="244" y="38"/>
  137.     <slider
  138.       id="eq10"
  139.       action="EQ_BAND" param="10"
  140.       x="136" y="43"
  141.       w="5" h="42"
  142.       orientation="vertical"
  143.       thumb="eq.slider.button"
  144.     />
  145.  
  146.     <!-- The spline display -->
  147.     <eqvis id="spline" x="13" y="23" w="127" h="11" 
  148.            colortop="226,82,82" colormiddle="226,82,82" colorbottom="226,82,82"
  149.            colorpreamp="128,128,128" gamma="192" />
  150.  
  151.     <!-- Thing-ah-ma-bob -->
  152.       <button
  153.       id="ScrollLeft"
  154.       action="CB_PREV"
  155.       x="164" y="23"
  156.       image="thinger-left"
  157.       downImage="thinger-right"
  158.       tooltip="Scroll Left"
  159.     />
  160.     <button
  161.       id="ScrollRight"
  162.       action="CB_NEXT"
  163.       x="191" y="23"
  164.       image="thinger-right"
  165.       downImage="thinger-left"
  166.       tooltip="Scroll Right"
  167.     />
  168.     <componentbucket
  169.       id="Component list"
  170.       x="163" y="47"
  171.       w="50" h="35"
  172.     />
  173.  
  174.  
  175. </groupdef>
  176.  
  177. <layout id="normal" background="player.main.bg"  desktopalpha="1">
  178.  
  179. <group id="drawer" x="38" y="12" move="0" sysregion="1"/>
  180.  
  181. <layer id="cover-up" image="player.main.drawercover" />
  182.  
  183.  <!-- Playback buttons -->
  184.  
  185.     <button
  186.       id="Play"
  187.       action="PLAY"
  188.       x="62" y="89"
  189.       image="player.play"
  190.       downImage="player.play.prs"
  191.       tooltip="Play"
  192.     />
  193.  
  194.     <button
  195.       id="Previous"
  196.       action="PREV"
  197.       x="33" y="89"
  198.       image="previous"
  199.       downImage="previous.prs"
  200.       tooltip="Previous"
  201.     />
  202.     <button
  203.       id="Pause"
  204.       action="PAUSE"
  205.       x="91" y="89"
  206.       image="pause"
  207.       downImage="pause.prs"
  208.       tooltip="Pause"
  209.     />
  210.     <button
  211.       id="Stop"
  212.       action="STOP"
  213.       x="120" y="89"
  214.       image="stop"
  215.       downImage="stop.prs"
  216.       tooltip="Stop"
  217.     />
  218.     <button
  219.       id="Next"
  220.       action="NEXT"
  221.       x="149" y="89"
  222.       image="next"
  223.       downImage="next.prs"
  224.       tooltip="Next"
  225.     />
  226.     <button
  227.       id="Eject"
  228.       action="EJECT"
  229.       x="178" y="89"
  230.       image="eject"
  231.       downImage="eject.prs"
  232.       tooltip="Eject"
  233.     />
  234.  
  235.  
  236.    <!-- Sliders -->
  237.  
  238.     <slider
  239.       id="Volume"
  240.       action="VOLUME"
  241.       x="33" y="77"
  242.       w="100" h="6"
  243.       thumb="vol-button"
  244.       downThumb="vol-button.prs"
  245.     />
  246.  
  247.  
  248.     <slider
  249.       id="Seeker"
  250.       action="SEEK"
  251.       x="165" y="77"
  252.       w="100" h="6"
  253.       thumb="seek-button"
  254.       downThumb="seek-button.prs"
  255.     />
  256.  
  257.    <!-- Ze Toggle buttons -->
  258.  
  259.         <togglebutton
  260.       id="Crossfade"
  261.       x="136" y="64"
  262.       image="player.toggler.crossfade.disabled"
  263.       downImage="player.toggler.crossfade.pressed"
  264.       activeImage="player.toggler.crossfade.enabled"
  265.       tooltip="Crossfade"
  266.     />
  267.     <togglebutton
  268.       id="Shuffle"
  269.       x="122" y="46"
  270.       image="player.toggler.shuffle.disabled"
  271.       downImage="player.toggler.shuffle.pressed"
  272.       activeImage="player.toggler.shuffle.enabled"
  273.       tooltip="Shuffle"
  274.     />
  275.     <togglebutton
  276.       id="Repeat"
  277.       x="151" y="46"
  278.       image="player.toggler.repeat.disabled"
  279.       downImage="player.toggler.repeat.pressed"
  280.       activeImage="player.toggler.repeat.enabled"
  281.       tooltip="Repeat"
  282.     />
  283.  
  284.      <!-- Ze System Stuff -->
  285.  
  286.       <text
  287.      id="songticker" ticker="1"
  288.      display="songname" default="" 
  289.      x="117" y="19"
  290.      w="152" h="17"
  291.      font="player.main.ttf" fontsize="17" align="right" color="0,0,0"
  292.    />
  293.  
  294.  
  295.       <text
  296.      id="timer" timeroffstyle="1"
  297.      display="time"
  298.      x="196" y="43"
  299.      w="75" h="23"
  300.      font="player.main.ttf" fontsize="20" align="right" color="0,0,0" 
  301.    />
  302.  
  303.  
  304.     <!-- Info line -->
  305.     <text
  306.       id="infoline" ticker="1"
  307.       display="songinfo" default=""
  308.       x="180" y="35"
  309.       w="88" h="12"
  310.       font="player.main.ttf" fontsize="14" align="center" color="0,0,0"
  311.     />
  312.  
  313.       <vis
  314.       id="visual"
  315.       x="30" y="20"
  316.       w="81" h="43"
  317.       colorband1="0,25,43" 
  318.       colorband2="0,25,43" 
  319.       colorband3="0,25,43"  
  320.       colorband4="0,25,43"  
  321.       colorband5="0,25,43"   
  322.       colorband6="0,25,43"  
  323.       colorband7="0,25,43"  
  324.       colorband8="0,25,43" 
  325.       colorband9="0,25,43" 
  326.       colorband10="0,25,43"   
  327.       colorband11="0,25,43"   
  328.       colorband12="0,25,43"  
  329.       colorband13="0,25,43" 
  330.       colorband14="0,25,43" 
  331.       colorband15="0,25,43" 
  332.       colorband16="0,25,43" 
  333.       colorbandpeak="235,235,255" 
  334.       colorosc1="0,25,43" 
  335.       colorosc2="178,181,209"  
  336.       colorosc3="0,0,0"  
  337.       colorosc4="178,181,209"  
  338.       colorosc5="0,25,43" 
  339.    />
  340.  
  341.  
  342.     <button
  343.       id="sysbutton"
  344.       action="SYSMENU"
  345.       x="26" y="5"
  346.       image="player.button.menu"
  347.       downImage="player.button.menu.pressed"
  348.     />
  349.  
  350.     <button
  351.       id="Minimize"
  352.       action="MINIMIZE"
  353.       x="249" y="5"
  354.       image="player.button.minimize"
  355.       downImage="player.button.minimize.pressed"
  356.       tooltip="Minimize Winamp"
  357.     />
  358.     <button
  359.       id="winshade" tooltip="Toggle Windowshade mode"
  360.       action="SWITCH" param="shade"
  361.       x="259" y="5"
  362.       image="player.button.winshade"
  363.       downImage="player.button.winshade.pressed"
  364.     />
  365.     <button
  366.       id="Close"
  367.       action="CLOSE"
  368.       x="268" y="5"
  369.       image="player.button.close"
  370.       downImage="player.button.close.pressed"
  371.       tooltip="Exit Winamp"
  372.     />
  373.     <layer
  374.       id="blah"
  375.       dblClickAction="SWITCH;shade"
  376.       x="129" y="3"
  377.       image="player.dbl.click.mode"
  378.     />
  379.  
  380.  
  381.      <layer id="glass" x="26" y="18" image="dirt" ghost="1" />
  382.  
  383.            <AnimatedLayer
  384.       id="laser-sig"
  385.       x="212" y="94"
  386.       w="48" h="16"
  387.       frameHeight="16" 
  388.       image="laser-sig"
  389.       move="1"
  390.       speed="100"
  391.       autoplay="1"
  392.       autoreplay="1"
  393.     />
  394.  
  395.  
  396.  
  397.    </layout>
  398.